Click or drag to resize

ServiceGetSharingFolder Method (String, String)

Gets the local folder identifier of the specified shared folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetSharingFolderResponse GetSharingFolder(
	string smtpAddress,
	string sharedFolderId
)

Parameters

smtpAddress
Type: SystemString
The SMTP address.
sharedFolderId
Type: SystemString
The shared folder identifier.

Return Value

Type: GetSharingFolderResponse
GetSharingFolderResponse.
See Also